================
SERVER FLAG LIST
================

// bflags
//      BF_CHOOSE_STUFF         1    = Team style equipment selection in DM
//      BF_LIGHTS_OUT           2    = Play in the dark, dah'
//      BF_NO_BLEED_DEATH       4    = Last person to shoot you gets points
//      BF_JOHN_WOO             8    = Everyone gets 6 pistol, nothing else
//      BF_CTF_ANYTIME          16   = TF style. Don't need your flag at base
//      BF_CTF_TOUCH            32   = Just touch the flag to caprture it
//      BF_FLAGS_STAY           64   = TF style CTF
//      BF_FLAGS_MBCB           128  = Flags Must Be Carried Back
//      BF_CTF_R_RESPAWN        256  = Respawn out of base


// realflags
//      RF_NO_DEATHMESSAGES     1    = Only server will get Deathmessages 
//      RF_NO_GLOWING           2    = Items do not glow
//      RF_USE_HANDS            4    = Must use hands to put on armor
                                (Probably be expanded later)
// match 0/1

// ctf 0/1

// teams 0-8

// forcejoin 0/1

// goal_limit #
//      Team max score (rounds one, captures etc)

// round_timelimit #
//      Min 3, no Max. In minutes

// sv_itemchoices - add the item's classname to ALLOW it
//      "none" = no items allowed
//      item_armor_jacket
//      item_laser_sight
//      item_slippers
//      item_silencer
//      item_bandolier
//      item_flash_light

// sv_weaponchoices : add the weapons's classname to ALLOW it
//      "none" = knives only
//      weapon_mp5
//      weapon_shotgun
//      weapon_cannon
//      weapon_sniper
//      weapon_rifle
//      weapon_knife
//      weapon_pistol
//      ammo_grenades
